home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / clw438.zip / libs.ex$ / CIC86.C < prev    next >
C/C++ Source or Header  |  1997-06-07  |  854b  |  49 lines

  1. /* (c) R&D Associates 1992-1997.
  2.     All Rights Reserved.
  3.  
  4.     For Intel C86.
  5.  
  6.     Build cic86 using:
  7.  
  8.         clint cic86.c -L+cic86.clb -3 -Kb1 -I. %1 %2 %3 -3 -KB0 -Ab0 -An0 -Ah0 -Ai0
  9.  
  10. */
  11.  
  12. /* Force correct stuff even if the wrong compiler is specified. */
  13.  
  14. #undef __TURBOC__
  15. #undef __BORLANDC__
  16. #undef __SC__
  17. #undef __ZTC__
  18. #undef zpage
  19. #undef no_init
  20. #undef monitor
  21. #undef non_banked
  22. #undef _handle
  23. #undef selector
  24. #undef _SIZEOF_INT
  25. #undef _SIZEOF_LONG
  26. #undef __TID__
  27. #undef MSC_VER
  28. #undef WIN32_LEAN_AND_MEAN
  29. #undef __FLAT__
  30. #undef __WIN32__
  31. #undef _WIN32
  32. #undef M_I86
  33. #undef _M_IX86
  34. #undef __declspec
  35. #undef __inline
  36. #undef __int64
  37. #undef __unaligned
  38.  
  39. #define selector _selector
  40.  
  41. //#include "i86.h"
  42. //#include "i186.h"
  43. //#include "i286.h"
  44. #include "i386.h"
  45. #include "rmxc.h"
  46. //#include "udi.h"
  47.  
  48. /* End of file. */
  49.